projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53a19eb
)
remove unused buildlog elements
author
Moritz Warning
<
[email protected]
>
Sat, 28 Mar 2020 12:04:51 +0000
(13:04 +0100)
committer
Moritz Warning
<
[email protected]
>
Sat, 28 Mar 2020 12:04:51 +0000
(13:04 +0100)
index.html
patch
|
blob
|
history
index.js
patch
|
blob
|
history
diff --git
a/index.html
b/index.html
index 90563b40522b702a0cf89e9ae7d4f5efaff0ce39..5e99566820f75c97b470d9c224e41a3419fdee6b 100644
(file)
--- a/
index.html
+++ b/
index.html
@@
-73,7
+73,6
@@
<span id="other-help" class="download-help tr-other-help">Image of unknown purpose.</span>
</div>
</div>
- <a id="buildlog">Buildlog</a>
</div>
</div>
diff --git
a/index.js
b/index.js
index ab4a9fb3145862418cd78567a2b9a6f5daee5de7..a8a2690b94435d8f15131c3e76be2fd9234dcd8f 100644
(file)
--- a/
index.js
+++ b/
index.js
@@
-272,8
+272,6
@@
function setupAutocompleteList(input, items, onselection) {
}
function updateImages(version, code, date, model, url, mobj, is_custom) {
- hide('buildlog');
-
// add download button for image
function addLink(type, file) {
var a = document.createElement('A');